adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetSharedScripts Method / GetSharedScripts(String[]) Method
The language(s) to select for. Set to a null reference (Nothing in Visual Basic) to get all Shared Scripts or specify any of the ArcanaDevelopment.adTempus.Shared.ScriptLanguages values.


In This Topic
    GetSharedScripts(String[]) Method
    In This Topic
    Gets Shared Scripts that use the specified language(s)
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Overloads Function GetSharedScripts( _
       ByVal ParamArray languages() As String _
    ) As ScriptCollection
    [CanBeNull()]
    public ScriptCollection GetSharedScripts( 
       params string[] languages
    )
    [CanBeNull()]
    public:
    ScriptCollection^ GetSharedScripts( 
       ... array<String^>^ languages
    ) 

    Parameters

    languages
    The language(s) to select for. Set to a null reference (Nothing in Visual Basic) to get all Shared Scripts or specify any of the ArcanaDevelopment.adTempus.Shared.ScriptLanguages values.
    See Also